home *** CD-ROM | disk | FTP | other *** search
- A Complete list of bug fixes for Webster version 0.16.
- Wed 29th May 1996
-
- As with previous fixes you don't have to apply them,
- but they HIGHLY are recommended as Webster should work better with them.
- How to apply them is explained later.
-
- ------------------------------------------------------------------------
- 1. Clicking on a link causes and 'Illegal window handle' error followed
- by an 'Address Exception'!
-
- In :DEFPROCclickmain()
-
- After :IFsellink%>0THEN
-
- Change:C%=sellink%:sellink%=-1:bl%=mwi%:!si%=mwi%:L%=12:WHILEL%<32ANDC%!L%>-1
-
- To :C%=sellink%:sellink%=-1:!bl%=mwi%:!si%=mwi%:L%=12:WHILEL%<32ANDC%!L%>-1
-
- This is a small change to prevent the value of bl% being changed.
-
- ------------------------------------------------------------------------
- How to apply these fixes.
- -------------------------
-
- Load the file into !Edit (or any other editor that can cope with
- Tokenised Basic files) This file is Webster's !RunImage file unless
- otherwise stated with each fix.
-
- 1. Search for the Procedure name specified by 'In'
-
- 2. Then Search for the 'After' text (If any).
-
- 3a. Search for the 'Change' text (if any) and hilight it. If line(s)
- are likely to be long the line(s) always start with a >.
-
- Replace the hilighted text with the 'To' text.
-
- OR
-
- 3b. Insert the 'Insert' line as the next line.
-
- 4. Resave the file.
-
- NOTES
- All the 'To', 'After' and 'Change' values do not include the colon
- after the 'To', 'After' and 'Change'. If line(s) are likely to be
- long the line(s) always start with a '>', the first one being on the
- line after the 'Change' or 'To', etc.
-
- If you can't work out what to do, don't worry there will be another
- version of Webster available in a few weeks! (You could use an
- earlier version until then or put up with any formatting errors)
-